See "Direct to Web Component Reference" for summaries of these components.
<webObject name=MyD2WQuery></webObject>
This is a step you can complete in WebObjects Builder.
MyD2WQuery: D2WQuery { entityName="Movie"; displayKeys="( title, roles, studio.budget )"; queryDataSource=movieDisplayGroup.dataSource; }
All embedded components require an entityName binding to specify the entity the page will be dealing with. Extra bindings could be required, depending on the functionality of the page. For example, List pages require a dataSource binding.
Table of Contents
Next Section